Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Apr 14, 2009, 7:42:51 PM (15 years ago)
- Author:
-
chemistrydioxide
- Comment:
-
moved question about gtkrc file to misc as it is not only look&feel related
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v162
|
v163
|
|
| 251 | 251 | The X.org X11 server provides a COMPOSITE extension that allows applications to have true translucency, but it is X.org-specific and it requires support at the GTK+ level (if it is to be per-widget). Support for this is apparently scheduled for inclusion GDK 2.12, but we are not currently interested in implementing support for it (note that a plugin could provide this functionality). Pseudo-translucency offered by other programs (by copying a section of your background image, tinting it, and plastering it onto a window) will never be implemented in Pidgin.[[BR]] |
| 252 | 252 | Note that if you are using a compisiting window manager such as Compiz, you may have global support for modifying the opacity of any window. For example, in Compiz, the default method to changing the opacity of a window is Alt+Mouse Scroll Wheel. This method does not require extra support from the applications. |
| 253 | | |
| 254 | | === What is a gtkrc file and where can I find it? === |
| 255 | | The windowing toolkit that Pidgin uses, GTK+, is configurable via a text file. |
| 256 | | |
| 257 | | * There is a '''global file''': |
| 258 | | * On Windows, it is found in the `etc\gtk-2.0` directory your GTK+ Runtime install directory (`C:\Program Files\Common Files\GTK\2.0`, by default). |
| 259 | | * On Linux and other *nixes, it is found in `/etc/gtk/`. |
| 260 | | |
| 261 | | * There is also a '''per-user file''' (named `.gtkrc-2.0`) in your user's home directory, the location of this varies according to the OS you're using and the configuration. |
| 262 | | * For Windows 2000/XP/Vista(?), entering `%USERPROFILE%` in your Windows Explorer address bar will take you to the right directory (probably something like `C:\Documents and Settings\username`). |
| 263 | | * For Windows 98/ME it will be something like `C:\Windows\Profiles\username`. |
| 264 | | * For Unix-like platforms, it is `/home/username`. |
| 265 | | * If you have the `HOME` environment variable set, it will override the default per-user file location on all platforms. |
| 266 | | **Note that Windows Explorer will not allow you create a file that starts with a period; you'll need to use a text editor or rename the file in a cmd shell. |
| 267 | | |
| 268 | | * There is also a '''pidgin-specific file''' that is located in the configuration directory. |
| 269 | | * `%APPDATA%\.purple\gtkrc-2.0` on Windows |
| 270 | | * `~/.purple/gtkrc-2.0` on Unix-like platforms |
| 271 | | |
| 272 | | It is recommended that you edit your per-user file or the pidgin-specific file instead of the global file as the global file will be replaced when GTK+ is upgraded. |
| 273 | 253 | |
| 274 | 254 | === Can I make Pidgin or its instant message windows always stay on top? === |
| … |
… |
|
| 490 | 470 | == Miscellaneous (All platforms) == |
| 491 | 471 | |
| | 472 | === What is a gtkrc file and where can I find it? === |
| | 473 | The windowing toolkit that Pidgin uses, GTK+, is configurable via a text file. |
| | 474 | |
| | 475 | * There is a '''global file''': |
| | 476 | * On Windows, it is found in the `etc\gtk-2.0` directory your GTK+ Runtime install directory (`C:\Program Files\Common Files\GTK\2.0`, by default). |
| | 477 | * On Linux and other *nixes, it is found in `/etc/gtk/`. |
| | 478 | |
| | 479 | * There is also a '''per-user file''' (named `.gtkrc-2.0`) in your user's home directory, the location of this varies according to the OS you're using and the configuration. |
| | 480 | * For Windows 2000/XP/Vista(?), entering `%USERPROFILE%` in your Windows Explorer address bar will take you to the right directory (probably something like `C:\Documents and Settings\username`). |
| | 481 | * For Windows 98/ME it will be something like `C:\Windows\Profiles\username`. |
| | 482 | * For Unix-like platforms, it is `/home/username`. |
| | 483 | * If you have the `HOME` environment variable set, it will override the default per-user file location on all platforms. |
| | 484 | **Note that Windows Explorer will not allow you create a file that starts with a period; you'll need to use a text editor or rename the file in a cmd shell. |
| | 485 | |
| | 486 | * There is also a '''pidgin-specific file''' that is located in the configuration directory. |
| | 487 | * `%APPDATA%\.purple\gtkrc-2.0` on Windows |
| | 488 | * `~/.purple/gtkrc-2.0` on Unix-like platforms |
| | 489 | |
| | 490 | It is recommended that you edit your per-user file or the pidgin-specific file instead of the global file as the global file will be replaced when GTK+ is upgraded. |
| | 491 | |
| 492 | 492 | === Can I change the height of the text input area? === |
| 493 | 493 | You can't manually resize the text input area, nor disable auto-resizing. The area auto-resizes up to a height of half the window height before the scrollbar appears. |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!